All Projects → f3-factory → fatfree-composer-app

f3-factory / fatfree-composer-app

Licence: GPL-3.0 license
F3 demo package with composer integration

Programming Languages

ApacheConf
554 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to fatfree-composer-app

docker-multi-wordpress
Run multiple WordPress Docker containers with NGINX Proxy, LetsEncrypt and PHP Composer
Stars: ✭ 63 (+320%)
Mutual labels:  composer
private-packagist-api-client
Private Packagist API Client
Stars: ✭ 28 (+86.67%)
Mutual labels:  composer
php-finder refactoring-kata
🐘🔍Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (+46.67%)
Mutual labels:  composer
drupal-dev-docker
An opinionated Drupal development environment based on Docker.
Stars: ✭ 22 (+46.67%)
Mutual labels:  composer
twity
Private composer repository - Packagist mirror
Stars: ✭ 31 (+106.67%)
Mutual labels:  composer
ip
Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
Stars: ✭ 212 (+1313.33%)
Mutual labels:  composer
tdee-calculator
TDEE Calculator is a composer library that calculates how much energy (calories) are burned daily given the weight, height and age or Lean Body Mass.
Stars: ✭ 16 (+6.67%)
Mutual labels:  composer
lumen-lighthouse-graphql
Lumen example use of a GraphQL PHP server using Lighthouse package
Stars: ✭ 31 (+106.67%)
Mutual labels:  composer
docker-laravel-8
A simple Docker - Laravel 8 - MySQL - Redis - PHPAdmin - NGINX - PHP 7.4 - Composer - Artisan - XDebug
Stars: ✭ 130 (+766.67%)
Mutual labels:  composer
devstack
🐳 Dockette dockerized web devstack (@f3l1x)
Stars: ✭ 42 (+180%)
Mutual labels:  composer
killposer
List and remove composer-created vendor directories with a cli tool
Stars: ✭ 29 (+93.33%)
Mutual labels:  composer
laravel-mitnick
🔐 laravel-security helps you secure your Laravel apps by setting various HTTP headers.
Stars: ✭ 76 (+406.67%)
Mutual labels:  composer
c9phplaravel
This script installs PHP 7.3 and required extensions and Laravel in Cloud9
Stars: ✭ 17 (+13.33%)
Mutual labels:  composer
comphar
Pack all composer dependencies into a single phar file.
Stars: ✭ 67 (+346.67%)
Mutual labels:  composer
yii2-composer
Yii 2 composer extension
Stars: ✭ 76 (+406.67%)
Mutual labels:  composer
package-command
Lists, installs, and removes WP-CLI packages.
Stars: ✭ 16 (+6.67%)
Mutual labels:  composer
email
Aplus Framework Email Library
Stars: ✭ 127 (+746.67%)
Mutual labels:  composer
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (+240%)
Mutual labels:  composer
wordpress-composer
Composer template for WordPress projects.
Stars: ✭ 63 (+320%)
Mutual labels:  composer
fabulog
the new F3-powered awesome fabulous blog-ware
Stars: ✭ 59 (+293.33%)
Mutual labels:  fat-free-framework

fatfree composer demo

This is a little F3 app that uses composer for loading dependencies.

To install the requirements, just run composer install and it'll download the fatfree-core and additional packages.

This setup uses the composer autoloader for loading all fixed dependencies, but the F3 autoloader for all application classes. This way you don't need to update your composer classmap all the time while developing your application, since the F3 classloader is smart enough to load your files dynamically.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].