2017 © Pedro Peláez
 

library media-service-provider

MediaServiceProvider for Silex framework

image

development-x/media-service-provider

MediaServiceProvider for Silex framework

  • Sunday, April 23, 2017
  • by desertknight
  • Repository
  • 1 Watchers
  • 1 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Sensiolab Insight Travis-CI Scrutinizer
SensioLabsInsight Build Status Scrutinizer Code Quality Code Coverage Build Status
VersionEye Packagist
Dependency Status Packagist Packagist Packagist Pre Release Packagist Pre Release

Media Service Provider

Adding media service provider (inspired by SonataMediaBundle), (*1)

Features

  • Adding DoctrineORM Entity for hold db records.
  • Customized templates

Requirements

  • PHP 5.3+
  • Pimple ~2.1
  • Doctrine ~2.3

Installation

Install with Composer, run:, (*2)

composer require development-x/media-service-provider

Register first

<?php

use Silex\Application;

$app->register(new \Media\media-service-provider())

Create entity Media, and extend Base Entity

<?php

namespace App\Entity;

use Media\Entity\Media AS BaseMedia;

/**
 * 
 * @Entity
 * @HasLifecycleCallbacks
 * @Table(name="media_attachments")
 */
class Media extends BaseMedia
{

    /**
     * @var integer
     *
     * @Column(name="id", type="integer")
     * @Id
     * @GeneratedValue(strategy="AUTO")
     */
    protected $id;

    /**
     * Get id
     *
     * @return integer
     */
    public function getId()
    {
        return $this->id;
    }
}

ToDo

  • [ ] Add more functionality
  • [ ] Add more unit tests

Contributing

However, if you are interested and want to send a bug fix, new functionality or better realization, just send a pull request :) travis, (*3)

The Versions

16/07 2016

1.1.0

1.1.0.0 http://silex.online-demo.website/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

The Requires

  • php >=5.3.9

 

The Development Requires

file silex upload media provider

15/05 2016

1.0.7

1.0.7.0 http://silex.online-demo.website/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

The Requires

  • php >=5.3.9

 

The Development Requires

file silex upload media provider

07/05 2016

1.0.6

1.0.6.0 https://github.com/development-x/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

by Zlatko Hristov

silex media media provider

07/05 2016

1.0.5

1.0.5.0 https://github.com/development-x/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

by Zlatko Hristov

silex media media provider

07/05 2016

1.0.4

1.0.4.0 https://github.com/development-x/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

by Zlatko Hristov

silex media media provider

07/05 2016

1.0.3

1.0.3.0 https://github.com/development-x/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

by Zlatko Hristov

silex media media provider

07/05 2016

1.0.2

1.0.2.0 https://github.com/development-x/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

by Zlatko Hristov

silex media media provider

07/05 2016

1.0.1

1.0.1.0 https://github.com/development-x/media-service-provider

Media Service Provider for Silex Framework

  Sources   Download

MIT

by Zlatko Hristov

silex media media provider