GithubHelp home page GithubHelp logo

TheCodingMachine's Projects

symfony-middleware icon symfony-middleware

This package provides a StackPHP middleware that can be used to use a Symfony application as a middleware (instead of an app)

symfony-psr15-bridge icon symfony-psr15-bridge

A bridge between Symfony middlewares (StackPHP) and http-interop middlewares for converting Symfony Http abstractions to PSR-15 and back.

symfony-vuejs icon symfony-vuejs

Source code of the tutorial "Building a single-page application with Symfony 4 and Vue.js"

tdbm icon tdbm

The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.

tdbm-graphql icon tdbm-graphql

A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite)

tdbm-hydrator icon tdbm-hydrator

A PHP hydrator allowing easy mapping between an array and an object.

tdbm-laravel icon tdbm-laravel

A Laravel service provider package to help you get started with TDBM in Laravel

tdbm-silex icon tdbm-silex

A Silex service provider package to help you get started with TDBM in Silex.

tom-cli icon tom-cli

A dedicated CLI for TheCodingMachine React-Native Boilerplate !

utils.action.action-interface icon utils.action.action-interface

This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.

utils.action.common-action icon utils.action.common-action

This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).

utils.cache.apc-cache icon utils.cache.apc-cache

This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.

utils.cache.cache-interface icon utils.cache.cache-interface

This Mouf PHP package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.

utils.cache.in-memory-cache icon utils.cache.in-memory-cache

This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.

utils.cache.memcache-cache icon utils.cache.memcache-cache

This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcache Pecl package must be enabled.

utils.cache.memcached-cache icon utils.cache.memcached-cache

This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.

utils.cache.no-cache icon utils.cache.no-cache

This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).

utils.cache.psr6-ui icon utils.cache.psr6-ui

This package contains a user interface that will add a 'Purge PSR-6 cache' button to Mouf, allowing you to purge any PSR-6 cache pool easily.

utils.cache.purge-ui icon utils.cache.purge-ui

This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.