GithubHelp home page GithubHelp logo

components's Introduction

AlterPHP Components

Compatible with Symfony 2.1.x branch, not tested with further version.

Some components I use in my developments (mostly with Symfony2)

Build Status

Components list

  • AlterPHP\Component\Form\Type\ChoiceBitType

    Based on Symfony2 components, this field type provides the way to store a collection of choices in a simple integer field/column. It works the same as ChoiceType but takes and returns an integer that is the sum of each choice bitWeight value.

    bitWeight field is an integer indicating the power of two that is assigned to the choice and must be unique.

    This component has following dependencies :

    • Symfony
  • AlterPHP\Component\Form\Type\EntityBitType

    Based on Symfony2 components, this field type provides the way to store a collection of entities in a simple integer field/column. It works the same as EntityType but takes and returns an integer that is the sum of each entity bitWeight value.

    bitWeight field is an integer indicating the power of two that is assigned to the entity and must be unique.

    This component has following dependencies :

    • Symfony
    • Doctrine
  • AlterPHP\Component\HttpFoundation\RedirectionResponseWithCookie

    Based on Symfony2 components, this class provides a simple RedirectResponse object with the ability to set cookies from the constructor.

    This component has following dependencies :

    • Symfony

Installation in a Symfony2 project

Add following lines in the composer file :

"require": {
    ...,
    "alterphp/components": "1.1.*"

Then run :

composer --dev install

components's People

Contributors

alterphp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rimoi jamiroconca

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.