phpfacile member since: Oct 04, 2018

phpfacile's packages

  • PHP

    phpfacile/booking

    Dummy implementation of a generic booking service

  • PHP

    phpfacile/booking-db

    Implementation of phpfacile/booking using a database as backend (with zend-db)

  • PHP

    phpfacile/booking-quota

    Dummy implementation of services to manage quota limits (of booking).

  • PHP

    phpfacile/booking-quota-db

    Implementation of phpfacile/booking-quota services with a database as backend (using zend-db)

  • PHP

    phpfacile/cfc-core

    Core library for the 'CFC' project.

  • PHP

    phpfacile/chat

    Interface for a chat/messenger service

  • PHP

    phpfacile/chat-db

    Implementation of the phpfacile/chat interface (aimed to provide a chat/messenger service) with a database as storage

  • PHP

    phpfacile/data-package-table-schema-db

    data package/table schema related services for database access

  • PHP

    phpfacile/event-db-zend

    This service basically stores an event in a database (using zend-db) and get list of stored events as JSON string.

  • PHP

    phpfacile/event-json

    This service basically perform a mapping between an event retrieved from a database as an array to an event as an array that will be easily transformed (using json_encode()) in a target JSON string formatted as expected.

  • PHP

    phpfacile/geocoding

    Service mainly aimed at retrieving coordinates (latitude, longitude) of a location (address, place).

  • PHP

    phpfacile/geocoding-db-zend

    Service mainly aimed at storing in database (using zend-db) a location retrieved thanks to phpfacile/geocoding

  • PHP

    phpfacile/group

    Interface of services to manage items (of any kind) that can be grouped (by any manner).

  • PHP

    phpfacile/group-by-tags

    Dummy implementation of services to manage items (of any kind) that can be grouped by their tag values.

  • PHP

    phpfacile/group-by-tags-db

    Implementation of services to manage items (of any kind) that can be grouped by their tag values, using a database as backend (with zend-db).