Libraries tagged by Example Project
doblhofer/helloworld
8 Downloads
This is an example project to show how to create a composer package with PHPUnit tests
brookinsconsulting/bciconextensions_share_icons
8 Downloads
eZ Publish Legacy extension which provides an example project's share icons
bootie/rest
6 Downloads
Bootie PHP 5 Framework REST Example Project
azhai/hack-igniter
9 Downloads
A example project extends of CodeIgniter v3.x
antonov/composer-test-packagist
8 Downloads
Example project
andaris/test
16 Downloads
example project for GitHub packagist hook - v2
rikkeisoft/deployer-cakephp2
21 Downloads
Example project for deployment CakePHP v2 project by Deployer
naydav/criteria
0 Downloads
Search filter criteria example project
grevoman/easyeditor-yii2
7 Downloads
Example project. Yii2 widget for im4aLL/easyeditor WYSISYG editor
rorteg/app_skeleton
10 Downloads
Project Example
drupalninja/drupal-social
2 Downloads
Project example for drupalninja/social module.
rubrasum/velocity-forms
10 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --
ekaterinadavidovich/container
5 Downloads
This project is example my work for portfolio. Container is dependency injection container. It allows you to implement the dependency injection design pattern meaning that you can decouple your class dependencies and have the container inject them where they are needed.
netmon-server/places
67 Downloads
This project holds the Places module for the Netmon API-Server. It handles geographical coordinates (latitude, longitude, elevation) and administrative locations (contact information of a roof or a building in example).
milantex/tpc
13 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.