У нас вы можете посмотреть бесплатно UUID with Doctrine ORM in Zend Expressive PHP REST API - 010 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
We add UUID to a Zend Expressive application for a REST API PHP project, so that the ID for each record in the database carries a universally unique identifier rather than an auto increment integer. (see shortcuts below to key points) Adam Culp of Beachcasts php videos walks you through how to incorporate UUID into your PHP application instead of using auto increment integers for database records when creating a PHP rest api using php middleware. Later we will be introducing Zend Framework (Laminas Project) components, as well as components from other projects. Next video in the series: • Update handler middleware in Zend Expressi... It is part of the playlist: • PHP REST API Project with Zend Expressive For a nice list of equipment I use in my studio, and to support the channel if you make any purchases (doesn't cost you a thing), visit my kit at kit.co: https://kit.co/beachcasts/beachcasts-... Please * LIKE, COMMENT, AND SUBSCRIBE * - and share with others! Key Topics: Using Ramsey Uuid library Incorporate Uuid into Doctrine ORM entities Use PhpStorm database panel to alter the database NOTE: This video does not include data verification or validation, which should be included in all applications. That will be added in future videos. Errata: Let me know if you notice anything that should be errata Code used in this, and in future videos of this series is located at: https://github.com/Beachcasts/doctrin... Associated Links: https://docs.zendframework.com/zend-e... - Site for Zend Expressive https://github.com/ramsey/uuid-doctrine - respository for UUID-Doctrine https://github.com/ramsey/uuid - respository for UUID https://getexpressive.org/ - Expressive main site https://getlaminas.org/ - Laminas Project site Timeline: 00:00 Video Intro 01:25 Why use UUID in a PHP application? 02:43 Introduce a library by Ben Ramsey for UUID in PHP 03:50 Use PHP Composer to install ramsey/uuid-doctrine 06:04 Update database to handle UUID field data using PhpStorm database panel 08:30 Update Doctrine ORM to handle the UUID type 09:50 Edit PHP entity to incorporate UUID to the ID field and getters 12:38 Update FastRoute routes to use UUID regular expression for URL arguments 14:50 Use PhpStorm HTTPClient to test API calls Other Beachcasts PHP tech videos you might find interesting: Critical programming issues preventing a PHP 7 upgrade • Critical programming issues preventing a P... Behat for beginners functional REST API testing tutorial • Behat for beginners functional REST API te... Doctrine ORM one-to-many bi-directional association • Doctrine ORM one-to-many bi-directional as... PHP Mess Detector static analysis to find PHP code smells • PHP Mess Detector static analysis to find ... Doctrine ORM one-to-many self-referencing association • PHP DoctrineORM one-to-many self-referenci... 10 reasons to become a consultant in a consulting business • Top 10 Reasons To Be a Programming Consult... Zend Framework becomes Laminas project at Linux Foundation • Zend Framework becomes Laminas project at ... 10 bad things about consulting • Top 10 bad things about consulting, why it... How to get lines of code in PHP • PHPLoc Lines of code static analysis to fi... Make a List handler middleware • List handler middleware in Zend Expressive... Make a Delete handler middleware • Delete handler middleware in Zend Expressi... Make a Create handler middlware • Create Handler middleware in Zend Expressi... Automate Hypermedia creation for PHP REST API • Automate Hypermedia PHP REST API with Doct... Learn about Hypermedia and how to create it • Creating Hypermedia (HAL) in PHP REST API ... Doctrine ORM Paginator for PHP REST API • Doctrine ORM Paginator in PHP REST API wit... Doctrine ORM Entity how to • Create Doctrine ORM Entity and pagination ... Configure Doctrine ORM • Configure Doctrine ORM and Dbal CLI with c... Create PHP middlware with Zend Expressive • Create PHP middleware with Zend Expressive... Configure PhpStorm for PHP development with Docker • PhpStorm setup for PHP web development wit... Create PHP development environment with docker • PHP web development environment with Docke... Help through referrals: Thinking of buying a Tesla electric vehicle? Use this referral link to also get six months of free Supercharging for both of us. Thank you. https://www.tesla.com/referral/tanya2... I use TubeBuddy to help me manage my YouTube channel. If you're interested, click the following link to check it out. https://www.tubebuddy.com/beachcasts #uuid #ZendExpressive #Beachcasts