並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 32 件 / 32件

新着順 人気順

"modern PHP"の検索結果1 - 32 件 / 32件

  • 2023年版!エンジニア必見のチートシート集 - Qiita

    2. 機械学習・AIチートシート まずは機械学習やAI開発に関わるチートシートからです! Machine Learning Cheat Sheet | DataCamp 主要な機械学習アルゴリズム、その利点と欠点、および使用ケースをガイドするものです。初心者からエキスパートまで、誰でも役立つリソースです。 機械学習アルゴリズム チートシート MicrosoftのAzureが提供している機械学習アルゴリズムに関するチートシートです。 TensorFlow Cheat Sheet https://zerotomastery.io/cheatsheets/tensorflow-cheat-sheet/ 機械学習と人工知能のためのオープンソースライブラリ、TensorFlowのチートシートです。基本的な概念やベストプラクティスがまとめられています。 (メールアドレスでサブスクライブするとPDFがダ

      2023年版!エンジニア必見のチートシート集 - Qiita
    • FrankenPHP: the modern PHP app server

      Ryan Weaver, long-time contributor to the PHP ecosystem, needs our help! Please consider making a donation now to support him.

        FrankenPHP: the modern PHP app server
      • Breaking PHP's mt_rand() with 2 values and no bruteforce

        Posted By Charles Fol php mt_rand mt_srand predict seed bruteforce IntroductionWhile performing a pentest on an old website, we encountered a piece of code that we had not seen in a long time: function resetPassword($email) { [...] $superSecretToken = md5($email . ':' . mt_rand()); [...] $this->sendEmailWithResetToken($email, $superSecretToken); } A token, deemed secret and unguessable, was genera

          Breaking PHP's mt_rand() with 2 values and no bruteforce
        • Modern PHP | Dimitrios Lytras

          Modern PHPWhile I wasn't paying attention, PHP got quite good The last time I've used PHP was probably around 2017, although it was just in the context of supporting some WordPress sites. By that time 7.2 had already been released, but I had no idea. I wanted to avoid working with PHP at all costs. This month I took some time to check what good things have been added to the language that I was una

            Modern PHP | Dimitrios Lytras
          • FrankenPHP を CloudRun で動かして、1イメージだけでサーバーを実行できるのか試してみる

            FrankenPHP を CloudRun で動かして、1イメージだけでサーバーを実行できるのか試してみる2024-03-06 隙あらば自分語り1 3/8 14:40-15:20 に PHPerKaigi で話します。 PHP を Docker に固めてデプロイするときに ApacheやらNginxが求められることに対して、そもそも Webサーバーとは何かという話をします。 FrankenPHPも、Dockerに固めてデプロイするときの解決策の一つとして紹介します。 see: https://fortee.jp/phperkaigi-2024/proposal/42d9e721-b3e8-4a7d-ae88-1727ccfabf9b 隙あらば自分語り2 年パスを持っていたので小さい頃ユニバによく行っていました。 ユニバにモンスター・メーキャップ っていうフランケンシュタインが出てくるアトラ

              FrankenPHP を CloudRun で動かして、1イメージだけでサーバーを実行できるのか試してみる
            • Adam Culp Special Talk Event "Hypermedia!" (2019/11/29 18:00〜)

              本イベントはPHPカンファレンスに併せて来日されるAdam Culp氏のスペシャルトークイベントです。 Sponsor: Party Hard Inc x Bengo4.com, Inc. Venue: BASE, Inc. 東京都港区六本木三丁目2番1号 住友不動産六本木グランドタワー 37F ※会場までのアクセス方法はこちらをご参考に、BASE株式会社の37階にお集まりください。 Agenda: 18:00-18:30 Informal drinks, snacks and chat 18:30-18:35 Welcome & Announcements 18:35- Talk Language: Japanese and English (全部通訳がつきます。日本語Onlyで問題ありません) Speakers: Adam Culp Senior Extend Advocate at

                Adam Culp Special Talk Event "Hypermedia!" (2019/11/29 18:00〜)
              • Spiral Framework

                Born out of real-world software development projects, Spiral Framework is a modern PHP framework designed to power faster, cleaner, superior software development. Due to its design and sophisticated application server, Spiral Framework will execute your code up to 10 times faster than Laravel or Symfony without compromising code quality or compatibility with commonly-used libraries. Spiral Framewo

                  Spiral Framework
                • PHP in 2022 - stitcher.io

                  PHP in 2022 It's the fourth time I'm writing a yearly "PHP in 20XX" post, and I must admit I've never been as excited about it as this year: we've seen awesome new features added to PHP, with stuff like attributes, enums, promoted properties and fibers; and on top of that, the static analysis community is making great progress, my personal favourite feature is PhpStorm now supporting generics when

                    PHP in 2022 - stitcher.io
                  • Clockwork

                    Installation Install the Clockwork library via Composer. $ composer require itsgoingd/clockwork Congratulations, you are done! To enable more features like commands or queue jobs profiling, publish the configuration file via the vendor:publish Artisan command. Note: If you are using the Laravel route cache, you will need to refresh it using the route:cache Artisan command. Old Laravel For Laravel

                    • Modern PHP features explained - PHP 8.0 and 8.1 - Laravel News

                      { if (! this.initialized) { search.start(); this.initialized = true; } if (value) { setTimeout(() => { this.$el.querySelector('input').focus(); }, 100); } }); }, }" x-dialog x-model="searchModalIsOpen" x-cloak class="fixed inset-0 z-10" @keydown.slash.meta.window="searchModalIsOpen = !searchModalIsOpen" @keydown.k.meta.window="searchModalIsOpen = !searchModalIsOpen" @keydown.escape.window="searchM

                        Modern PHP features explained - PHP 8.0 and 8.1 - Laravel News
                      • An Internet of PHP

                        PHP is big. The trolls can proclaim its all-but-certain “death” until the cows come home, but no amount of heckling changes that the Internet runs on PHP. The evidence is overwhelming. What follows is a loosely organised collection of precisely that evidence. Statistics Anecdotes At scale What about my bubble? Conclusion Statistics PHP as programming language of choice From Language analysis by W3

                          An Internet of PHP
                        • One Year From PHP “dying” This Decade

                          Almost exactly one year ago I published an article that titled itself “PHP could fade away in the next decade”. The summary of the article I published is like a A Christmas Carol, but instead of Ebenezer Scrooge, it’s PHP: In the past, PHP didn’t fix its problems, so other languages gained traction.In the present, PHP lacks features needed for the Internet of today.In the future, PHP still won’t h

                            One Year From PHP “dying” This Decade
                          • FrankenPHPとは何か

                            「サーバーとは何かを理解して、コンテナ1つで実行しよう | PHPerKaigi2024」 というスライドで FrankenPHP の話が出ており、以前から気になっていたので軽く調べてみました。 FrankenPHPとは FrankenPHPとは簡単にいうとPHPを実行可能なWebサーバーです。公式サイトには次のように説明されています。 The Modern PHP App Server, written in Go しかしこの説明だと少し大雑把で、実際にはFrankenPHPには大きく3つの側面があると感じました。 PHPを実行可能なWebサーバー FrankenPHPは Caddy というGoで実装されたWebサーバー上でPHPを動かすのためのモジュールとして実行できる PHPを実行可能なCLI FrankenPHPはCLI上からもPHPファイル指定して実行できる(この場合はWeb

                              FrankenPHPとは何か
                            • Why developers hate php

                              PHP is the most widely used language in the world for websites. It is also the most hated. And it’s pure hate. But why do so many developers hate it so much? Today we’re going to the origin of the hate, let’s see if it’s really justified. Don’t touch my PHP If I’m saying that PHP is hated by the whole world, it’s not my personal opinion. In the latest stack overflow survey, developers from all ove

                                Why developers hate php
                              • Download Source Code Website Rumah Sakit - packlasopa

                                Apr 5, 2019 - 21 Best Health and Medical Website Templates For Clinics, Doctors, Dentists and More 2019. More info / Download DemoGet Hosting. Key features of the mega template are responsiveness, clean code. Whenever you encounter a problem, be sure to consult the online documentation source. About LaravelLaravel is a web application framework with expressive, elegant syntax. We believe developme

                                  Download Source Code Website Rumah Sakit - packlasopa
                                • Bringing Peace to the Galaxy - Externals

                                  [... and not in the Sith Lord kind of way.] Looking at some of the recent (& not so recent) discussions on internals@, some of the recent proposals, as well as some of the statements made regarding the future direction of the language - makes it fairly clear that we have a growing sense of polarization. As Peter put it yesterday (I may be paraphrasing a bit) - some folks just want to clear some le

                                  • GitHub - dunglas/frankenphp: 🧟 The modern PHP app server

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - dunglas/frankenphp: 🧟 The modern PHP app server
                                    • PHP in 2023 - stitcher.io

                                      Recently I set up GitHub sponsors, if my content helps you, you can consider a one-time or monthly sponsorship. PHP in 2023 From its humble beginnings as a personal project in the mid-90s, PHP has grown to become one of the most popular languages for web development, powering everything from small blogs to large enterprise applications. It's a language that has seen an astonishing transformation o

                                        PHP in 2023 - stitcher.io
                                      • 10 Best Web Development Frameworks in 2024 [Updated]

                                        Don't have an account? Sign up Forgot your password? Fact checked by Jim Markus Want To Level Up In Web Development? Check Out These Web Frameworks In this article, I'll explore the 10 best web development frameworks in 2024. Whether you want to land a job as a web developer, enhance your portfolio, or build your skills, modern web development has become hugely dependent on web development framewo

                                          10 Best Web Development Frameworks in 2024 [Updated]
                                        • Implementing JWT authentication in Laravel 10 - LogRocket Blog

                                          Clara Ekekenta Software Engineer and perpetual learner with a passion for OS and expertise in Python, JavaScript, Go, Rust, and Web 3.0. Editor’s note: This article was updated on 28 February 2024 to reflect information about the most recent Laravel and JWT package versions, clarify the differences between the @‌PHP-Open-Source-Saver/jwt-auth and @‌tymondesigns/jwt-auth packages, include informati

                                            Implementing JWT authentication in Laravel 10 - LogRocket Blog
                                          • さくらのレンタルサーバーに直接 Laravel をインストールする - かもメモ

                                            こちらの Laravel の環境をつくる勉強会に参加してしました。localで作った環境を さくらのレンタルサーバー にアップするというものだったので、ssh でサーバーに入って直接環境を作れないか試して見たメモ ssh でさくらのレンタルサーバーに接続する方法は公式の help などを確認ください。 cf. SSH について – さくらのサポート情報 ssh でさくらのレンタルサーバーに入って Laravel 環境を作成する /www/laravel に環境を作ります # ssh でさくらのレンタルサーバーに接続、公開ディレクトリに移動 $ cd www # composer をインストール $ curl -sS https://getcomposer.org/installer | php # composer が使えることを確認 $ php composer.phar --versi

                                              さくらのレンタルサーバーに直接 Laravel をインストールする - かもメモ
                                            • Modern PHP Cheat Sheet

                                              This sample is an excerpt from the ebook Front Line PHP. Check out the entire book to learn how to build modern applications in PHP 8.3. # Destructuring 7.1 You can destructure arrays to pull out several elements into separate variables: $array = [1, 2, 3]; // Using the list syntax: list($a, $b, $c) = $array; // Or the shorthand syntax: [$a, $b, $c] = $array; You can skip elements: [, , $c] = $arr

                                                Modern PHP Cheat Sheet
                                              • The Demise of the Mildly Dynamic Website

                                                Other articles in this series: The evolution of the web, and a eulogy for XHTML2 The Demise of the Mildly Dynamic Website Memoirs from the old web: The GateKeeper access control system Memoirs from the old web: server-side image maps Memoirs from the old web: The KEYGEN element Memoirs from the old web: IE's crazy content rating system Currently available for hire — experienced software engineer w

                                                • 生PHPで application/jsonで送られたデータを取得したい - かもメモ

                                                  Content-Type application/json で送られてくるデータを生 PHP で取得する場合のメモ フレームワーク使ってたら、この方法を使うことは無さそうだけど、メモとして… こんな感じのフロントから送られるデータを扱いたい const data = { email: 'example@example.com', password: 'password', } await axios.post(API, data, { headers: { 'Content-Type': 'application/json', }, }); Content-Type: application/json で送られたデータは $_POST では上手く取得できません。 生PHP で json で送られたデータを取得するには file_get_contents('php://input') を使う

                                                    生PHPで application/jsonで送られたデータを取得したい - かもメモ
                                                  • 2023年版!エンジニア必見のチートシート集 - Qiita

                                                    2. 機械学習・AIチートシート まずは機械学習やAI開発に関わるチートシートからです! Machine Learning Cheat Sheet | DataCamp 主要な機械学習アルゴリズム、その利点と欠点、および使用ケースをガイドするものです。初心者からエキスパートまで、誰でも役立つリソースです。 機械学習アルゴリズム チートシート MicrosoftのAzureが提供している機械学習アルゴリズムに関するチートシートです。 TensorFlow Cheat Sheet https://zerotomastery.io/cheatsheets/tensorflow-cheat-sheet/ 機械学習と人工知能のためのオープンソースライブラリ、TensorFlowのチートシートです。基本的な概念やベストプラクティスがまとめられています。 (メールアドレスでサブスクライブするとPDFがダ

                                                      2023年版!エンジニア必見のチートシート集 - Qiita
                                                    • 2023年版!エンジニア必見のチートシート集 - Qiita

                                                      2. 機械学習・AIチートシート まずは機械学習やAI開発に関わるチートシートからです! Machine Learning Cheat Sheet | DataCamp 主要な機械学習アルゴリズム、その利点と欠点、および使用ケースをガイドするものです。初心者からエキスパートまで、誰でも役立つリソースです。 機械学習アルゴリズム チートシート MicrosoftのAzureが提供している機械学習アルゴリズムに関するチートシートです。 TensorFlow Cheat Sheet https://zerotomastery.io/cheatsheets/tensorflow-cheat-sheet/ 機械学習と人工知能のためのオープンソースライブラリ、TensorFlowのチートシートです。基本的な概念やベストプラクティスがまとめられています。 (メールアドレスでサブスクライブするとPDFがダ

                                                        2023年版!エンジニア必見のチートシート集 - Qiita
                                                      • Laravel開発に携わる人にオススメな8冊の本をレベル別に紹介 | エンジニアスタイル

                                                        また、Laravelフレームワークに組み込まれているORM(オブジェクト関係マッピング)の一つである「Eloquent ORM(Object-Relational Mapping)」は、データベースとのやりとりを容易にしてくれるため、直感的なデータベース操作が可能です。 さらに、Laravelにはウェブアプリケーションのビューを生成するためのテンプレートエンジン「Blade」が含まれています。Bladeは、PHPコードをテンプレートに直接埋め込むことができ、使いやすい構文が特徴です。 つまり、Laravelは使いやすさ・柔軟性・機能の全てにおいて、PHP開発者にとって心強いフレームワークで、さまざまな種類のウェブプロジェクトの開発をサポートしてくれます。 Laravelで実際に開発された事例を紹介 Laravelはその柔軟性と機能の豊富さから、多くの企業サイトで使用されています。一方、ウェ

                                                          Laravel開発に携わる人にオススメな8冊の本をレベル別に紹介 | エンジニアスタイル
                                                        • [PHP]Composer自体を完全にアンインストールする方法 | akamist blog

                                                          PHPのパッケージ管理ツールであるComposerですが、問題の切り分けなどで、いったんComposerにまつわる全てのファイルを削除する方法を説明します。 Composerを構成するファイル Composerのプログラム自体は、composer.pharファイルの1ファイルのみなのでプログラムの削除は簡単です。プログラム以外にComposerは一度取得したパッケージの情報をローカルにキャッシュしているため、Composerに関するファイルを完全削除するにはキャッシュの削除も必要です。 キャッシュの削除 composerは、一度ダウンロードしたファイルをキャッシュしていている為、まずはキャッシュファイルを削除します。 キャッシュファイルは下記の場所がデフォルトです。 Linux:  /home/user/.composer Windows: C:\Users\user\AppData\Ro

                                                            [PHP]Composer自体を完全にアンインストールする方法 | akamist blog
                                                          • 2023年版!エンジニア必見のチートシート集 - Qiita

                                                            2. 機械学習・AIチートシート まずは機械学習やAI開発に関わるチートシートからです! Machine Learning Cheat Sheet | DataCamp 主要な機械学習アルゴリズム、その利点と欠点、および使用ケースをガイドするものです。初心者からエキスパートまで、誰でも役立つリソースです。 機械学習アルゴリズム チートシート MicrosoftのAzureが提供している機械学習アルゴリズムに関するチートシートです。 TensorFlow Cheat Sheet https://zerotomastery.io/cheatsheets/tensorflow-cheat-sheet/ 機械学習と人工知能のためのオープンソースライブラリ、TensorFlowのチートシートです。基本的な概念やベストプラクティスがまとめられています。 (メールアドレスでサブスクライブするとPDFがダ

                                                              2023年版!エンジニア必見のチートシート集 - Qiita
                                                            • Laravel8をPHP8環境のdockerにインストールするだけ - Qiita

                                                              apt update -y && apt upgrade -y && \ apt install -y git libzip-dev && \ docker-php-ext-install zip && \ curl -sS https://getcomposer.org/installer -o composer-setup.php && \ php composer-setup.php --install-dir=/usr/local/bin --filename=composer && \ composer global require laravel/installer && \ export PATH=$PATH:$HOME/.composer/vendor/bin && \ cd ~ && \ laravel new blog && \ cd blog && \ compose

                                                                Laravel8をPHP8環境のdockerにインストールするだけ - Qiita
                                                              • PHPの自動テストフレームワークってどんなんがあるん? - Qiita

                                                                明日、勉強会で自動テストを学ぶので、最低限の知識だけでも詰めておこうとしておく筆者の調べをアウトプットします。 筆者はこの記事を書いて早速 Testing Framework に多大な興味を寄せていますので、 皆様も興味を持っていただければと思います。 最初に、日本語のページを紹介しようと思いましたが、それでは単にまとめのコピーになるので、英語のページを参考にします。 こちらを参考に、自動テストツールを挙げます。 ※2018/10/27 の記事です。 PHPUnit PHPUnit is the best-known testing framework for writing Unit Tests for PHP apps. PHP アプリの単体テストを記述するのに最もよく知られたテストフレームワーク。 言わずもがな、恐らく最も well-known な単体テストフレームワークではなかろう

                                                                  PHPの自動テストフレームワークってどんなんがあるん? - Qiita
                                                                • モダン和洋室>客室【公式】熱海シーサイド スパ&リゾート

                                                                  琉球畳で和の寛ぎ ゆっくりお寛ぎいただけると好評の、琉球畳を敷いた和のスペースをご用意。和室や畳の居心地の良さがお好きな方にオススメのお部屋です。落ち着きの和の空間でほっと一息、のんびりとお過ごしください。 極上の寝心地…シモンズフートン ぐっすり眠れて、朝から元気に。質の高い眠りと目覚めをお届けする、シモンズ社製のフートンを全室で採用しています。身体も心も満たされる眠りと目覚めをご堪能いただき、爽快感とともに熱海のリゾートをお楽しみいただけます。

                                                                  1