All Projects → pborreli → Composer Service

pborreli / Composer Service

Licence: mit
Composer as a service

Projects that are alternatives of or similar to Composer Service

Symfony Rest Edition
Fork from symfony-standard edition with additional rest features.
Stars: ✭ 643 (+267.43%)
Mutual labels:  symfony-application, symfony, composer
Accompli
An easy to use and extendable deployment tool for (PHP) projects.
Stars: ✭ 9 (-94.86%)
Mutual labels:  symfony-application, symfony, composer
Symfony Ddd Wishlist
Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind
Stars: ✭ 172 (-1.71%)
Mutual labels:  symfony-application, symfony
Docker Skeleton Php
A simple Docker PHP development environment
Stars: ✭ 40 (-77.14%)
Mutual labels:  symfony, composer
Symfony Ddd Edition
Symfony standard edition with DDD architecture.
Stars: ✭ 78 (-55.43%)
Mutual labels:  symfony-application, symfony
Demo
Symfony Demo Application
Stars: ✭ 2,102 (+1101.14%)
Mutual labels:  symfony-application, symfony
Crm Application
OroCRM - an open-source Customer Relationship Management application.
Stars: ✭ 785 (+348.57%)
Mutual labels:  symfony-application, symfony
Pd Admin
Powerful Admin Dashboard for Symfony 5
Stars: ✭ 70 (-60%)
Mutual labels:  symfony-application, symfony
Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (-53.14%)
Mutual labels:  symfony-application, symfony
Symfony 3 Rest Api Example
Symfony 3 RESTful API Example
Stars: ✭ 90 (-48.57%)
Mutual labels:  symfony-application, symfony
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-46.29%)
Mutual labels:  symfony, composer
En Marche.fr
Le site principal du mouvement En Marche !
Stars: ✭ 743 (+324.57%)
Mutual labels:  symfony-application, symfony
Symfony Cmf
Meta package tying together all the key packages of the Symfony CMF project.
Stars: ✭ 742 (+324%)
Mutual labels:  symfony-application, symfony
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-30.29%)
Mutual labels:  symfony-application, symfony
Wallabag
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Stars: ✭ 6,392 (+3552.57%)
Mutual labels:  symfony-application, symfony
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (-76%)
Mutual labels:  symfony-application, symfony
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (+228.57%)
Mutual labels:  symfony, composer
Ec Cube
EC-CUBE is the most popular e-commerce solution in Japan
Stars: ✭ 591 (+237.71%)
Mutual labels:  symfony-application, symfony
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+594.86%)
Mutual labels:  symfony-application, symfony
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (-40.57%)
Mutual labels:  symfony-application, symfony

Composer as a service SensioLabsInsight

What is it?

Originally the idea came from @pgodel

twitter-pgodel

Having some issue with little instances or slow connection, I decided to make the tool as a side-project.

Requirements

rabbitmq-server
pusher.com account (free plan for few connections)

Installation

composer create-project pborreli/composer-service -sdev
cd composer-service
php -S localhost:9090 -t web &
rabbitmq-server &
php app/console sonata:notification:start

Run test suite

You will need phantomjs executable:

brew update && brew install phantomjs

Future

  • An API is planned so it could be possible to be called from inside composer itself.
  • More tests
  • Better code
  • Insert your needed feature here

License License

It's MIT, you can do whatever you like without need of thank or anything. I'd be glad if you use it, happy if you enjoy it and very happy if you decide to contribute to make it better.

Quality

Code Climate Codacy Quality Score Scrutinizer Quality Score SensioLabsInsight Build Status Dependency Status

Contributing

If you wish to contribute to this website, please fork it on GitHub, push your change to a named branch, then send me a pull request.

Contributors

@pborreli
@ubermuda
@cordoval
@youbs
@norzechowicz
@staabm
@aitboudad

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].