d symfony project. It is made for people who want to play with the framework.
[[http://snippets.pren... n objects) and the modules (backend and frontend) to secure your symfony application in a minute in a ... n|SWFUpload]] is a small JavaScript/Flash library to get the best of both worlds. It features the grea... etrieve parameters in the subdomain, Limit routes to certain domains or subdomains, Generate urls acro
tphp.com/docs/3.x/panels/users#authorizing-access-to-the-panel|Authorizing access to the panel]]
* [[https://filamentphp.com/docs/3.x/panels/tenancy|Multi-tenancy]]
Other docs & tuto:
* [[https://filamentexamples.com/tutorial/rend... tps://v2.filamentphp.com/tricks/scoping-form-data-to-json-columns|Storing form data to JSON columns]]
hev: On his blog, Stas Malyshev (Core Contributor to PHP and Zend Employee) has posted a [[http://php1... ist of PHP Performance tips that he wants novices to know about]]. He realized that while he had [[htt... ber of external stylesheets and javascripts. Link to validate with W3C.
* Memory: Peak memory usag... ntroller_Dispatcher - transfers flow of execution to controllers and actions in request object (Zend_C
blog/post/66-More-defensive-programming-practices-to-survive-Web-site-traffic-peaks.html|More defensive programming practices to survive Web site traffic peaks]] by Manuel Lemos ... ld go and how far are you from the place you need to be. Profiling would allow you to know which parts of code are worth investing into and which aren’t.
self; you must use a database-specific PDO driver to access a database server.
PDO provides a data-ac... database you're using, you use the same functions to issue queries and fetch data. PDO does not provid... * [[http://www.phpro.org/tutorials/Introduction-to-PHP-PDO.html|Introduction to PHP PDO]] (Tuto en anglais très complet et très pertinent)
==== DBX ==
en 5+ and Laravel 5+. The goal of this project is to make creating API projects simple. Inspired by Je... Using this request object will provide you access to all the interactions expected in a JSON API.
This library attempts to comply with PSR-1, PSR-2, [[http://www.php-fig.or... men-generators ====
I installed Lumen and wanted to use it to create a REST API (since this is the ma
P 5.3.2. In the meantime, we highly encourage you to use the current symfony 1.4 stable release for a... spontaneous community initiative! Its purpose is to help us to find the best Bundles. Symfony2Bundles inspects Bundles and give them an internal ranking,... the quality of documentation and tests, and more to come. These criterions are mixed up and result in
n/reflectionclass.getdoccomment.php - if you want to parse files for classes, you can use github.com/t... seer/Autoload/blob/master/src/classfinder.php and to iterate over directories you use de3.php.net/manu... lnd plugins for PHP in practice]]: example on how to write a plugin for mysqlnd.
[[http://blog.ulf-we... g for your PHP application? PHP 5.3 has something to offer for you. It is free. It requires no to very
n flow does not happen at the same time. It is up to the main execution flow to start a Fiber, and when it starts, the Fiber is executed exclusively. The ... le threaded, cooperative multitasking can be used to allow for concurrency by using the waiting time to do different things.
* https://reactphp.org/
ations =====
==== shmop_* ====
[[php>shmop]] is to provide a symple interface to shared memory that can be used with OTHER NON php shm creators.
Versions of Windows previous to Windows 2000 do not support shared memory.
Reme...
PHP compilation options :
* --enable-sysvsem: To enable System V semaphore support
* --enable-sy
ute() section in your action** (or parent action) to analyse the URI and to read something from your DB or your FS depending on that value. **The URI can ... php/m/80813/
> [[http://mirmodynamics.com/tag/howto|Multiple domains for one symfony project, the bas... symfony-zone.com/wordpress/2008/12/13/use-routing-to-server-localized-and-dynamic-javascript/|Use rout
6cb141af652ee6932537158108400
Status: Image is up to date for laravelsail/php84-composer:latest
WARN TTY mode requires /dev/tty to be read/writable.
Creating a "laravel/larave... ancer sail
./sail build
./sail up -d
## Horizon to view queue workers
./sail composer require larav... ] 2026-04
* [[https://laraveldaily.com/post/how-to-install-laravel-breeze-laravel-12|How to (Still)
The multiOTP class can be used alone (for example to have strong authentication for your PHP based web application), as a command line tool (to handle users and have strong authentication using command line), as a web service (to provide centralized authentication for a client/s... with a radius server like TekRADIUS or FreeRADIUS to be able to have a strong two factor authenticatio
um.com/@matriphe/adding-http-basic-authentication-to-laravel-horizon-d6c92fff74c3|Adding HTTP Basic Authentication to Laravel Horizon]] and Laravel Auth too.
* [[htt... dium.com/inspector/laravel-queues-from-the-basics-to-horizon-e9c61dc2ce9f|Get your application ready f... ise success with Laravel Queues — from the basics to Horizon]]
* [[https://voltagead.com/the-basics-