PHPackages                             maxshdev/inscripcion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. maxshdev/inscripcion

ActiveSymfony-bundle

maxshdev/inscripcion
====================

This bundle inscripcion generator

06PHP

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/maxshdev/InscripcionBundle)[ Packagist](https://packagist.org/packages/maxshdev/inscripcion)[ RSS](/packages/maxshdev-inscripcion/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

InscripcionBundle
=================

[](#inscripcionbundle)

Objetivos
---------

[](#objetivos)

- Proveer de un modulo para distintos tipos de inscripciones.
- Usuario editor, podrá crear inscripciones y cada editor agregará un nuevo modulo de inscripción según sea conveniente.
- Los usuarios deberan completar un formulario para inscribirse aceptando todas las condiciones.
- El usuario admin tendra acceso a todos los reportes.

Installation
------------

[](#installation)

### Usando Composer

[](#usando-composer)

Agregar la siguiente linea a tú `composer.json` archivo:

### Support Symfony 2.7.\* + Include Boostrap 3

[](#support-symfony-27--include-boostrap-3)

```
"require": {
    ...
    "maxshdev/inscripcion": "1.0.*@dev",
}
```

Executar:

```
php composer.phar update "maxshdev/inscripcion"

```

o

```
php composer update

```

Registrar el paquete dentro de la clase `AppKernel.php`:

```
// ...
new maxshdev\Bundle\InscripcionBundle\InscripcionBundle(),
```

Registrar el bundle:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new maxshdev\Bundle\InscripcionBundle\InscripcionBundle(),
    );
    // ...
}
```

Configura tú config.yml
-----------------------

[](#configura-tú-configyml)

```
imports:
    # MaxSHDevInscripcionBundle services
    - { resource: "@InscripcionBundle/Resources/config/services.yml" }

    ...
```

Autor y Soporte
---------------

[](#autor-y-soporte)

Max, N. Shtefec -

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/995eee0d09821c982d43592297ece7ad6cf424e6ec7184ff0656d3318acef11d?d=identicon)[maxshdev](/maintainers/maxshdev)

---

Top Contributors

[![maxshtefec](https://avatars.githubusercontent.com/u/6925933?v=4)](https://github.com/maxshtefec "maxshtefec (7 commits)")

### Embed Badge

![Health badge](/badges/maxshdev-inscripcion/health.svg)

```
[![Health](https://phpackages.com/badges/maxshdev-inscripcion/health.svg)](https://phpackages.com/packages/maxshdev-inscripcion)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
