• Stars
    star
    1
  • Language
    PHP
  • License
    BSD 3-Clause "New...
  • Created almost 8 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Extension for \MvcCore\Ext\Debug\Tracy extension to render $_SESSION content and \MvcCore\Session namespaces content.

More Repositories

1

mvccore

PHP MVC framework to create web applications in standard way, with many extensions and examples, with option to pack whole project (partially or completely) into super fast single file app or web tool.
PHP
7
star
2

app-questionnaires

App with desktop/mobile version, all data in XML, dynamic forms completing, all possible ways to pack.
JavaScript
3
star
3

packager

Pack PHP MVcCore application into single PHP file or any PHP application into PHAR archive.
PHP
3
star
4

ext-tool-locale

Properly set and get system locale settings by PHP ` setlocale();` across any system platform.
PHP
2
star
5

ext-form-field-numeric

MvcCore form extension with input field types number and range.
PHP
2
star
6

example-cdcol

Classic CD collection CRUD example with default SQLite database and authentication.
PHP
2
star
7

ext-config-yaml

Yaml configuration files syntax.
PHP
2
star
8

ext-form-field-selection

MvcCore form extension with fields select, country select, checkbox(es), radios and color.
PHP
2
star
9

example-cdcol-multilang-mobile

Classic CD collection CRUD example with default SQLite database, with authentication, with multilanguage routes and mobile version.
PHP
2
star
10

project-basic

MvcCore basic website project template, not designed for full portable build/pack.
PHP
2
star
11

ext-view-helper-assets

View helper ext. to group files, render PHP content, complete assets url, cache and deliver as one response and much more.
PHP
2
star
12

ext-router-module-media

MvcCore Router extension to manage multiple websites in a single project and to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering, optionally contained in a domain or in URL address in the beginning.
PHP
1
star
13

ext-tool-mimetype-extension

MvcCore extension to get file mimetype(s) strings array from file extension string or to get file extension(s) strings array from file mimetype string.
PHP
1
star
14

ext-form-field-text

MvcCore form extension with input field types text, email, password, search, tel, url and textarea field.
PHP
1
star
15

ext-request-cli

MvcCore Extension - Request - CLI - console arguments parsing into \MvcCore\Request object.
PHP
1
star
16

ext-form-field-button

MvcCore form extension with button fields and input submit fields.
PHP
1
star
17

apidocs

API documentation and license files for MvcCore framework and all it's extensions.
HTML
1
star
18

ext-control

Extension to create, dispatch and render from base class \MvcCore\Ext\Control any web controls, widgets and navigations.
PHP
1
star
19

ext-auth

Simple authentication service extension to authenticate user by config.ini credentials, possible to extend more.
PHP
1
star
20

example-cdcol-basic

Classic CD collection CRUD example with default SQLite database.
PHP
1
star
21

ext-view-helper

Abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
PHP
1
star
22

ext-view-helper-internationalized

Abstract class to process date, number or money formating by `Intl` extension or by locale formating conventions.
PHP
1
star
23

ext-router-module-media-localization

MvcCore Router extension to manage multiple websites in a single project, to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering and to manage website localizations (language or language and locale), optionally contained in URL address in the beginning.
PHP
1
star
24

ext-form

MvcCore extension to render web forms, handle submits, managing fields, sessions and errors, extension with all form packages.
PHP
1
star
25

project-portable

MvcCore empty template project skeleton for portable packing/building.
PHP
1
star
26

example-cdcol-portable

Project skeleton to build/pack MvcCore CD Collection examples.
PHP
1
star
27

ext-view-helper-dataurl

Get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`.
PHP
1
star
28

ext-tool-locale-floatparser

Parse float by automatic floating point detection or parse float value by `Intl` extension.
PHP
1
star
29

example-translator-portable

Project skeleton to build/pack MvcCore Pig-Latin Translator example.
PHP
1
star
30

ext-form-js

Library to compile custom javascripts for mvccore/simpleform library, which serves web forms and much more.
JavaScript
1
star
31

ext-form-validator-special

MvcCore form extension with special text and numeric validators.
PHP
1
star
32

ext-request-apachedpi

\MvcCore\Request extension - request BasePath property correction for applications using Apache .htaccess [DPI] flag.
PHP
1
star
33

ext-debug-tracy-mvccore

Extension for \MvcCore\Ext\Debug\Tracy extension to render MvcCore application instance overview.
PHP
1
star
34

ext-form-all

MvcCore form extension with all field types and validators.
1
star
35

ext-form-field-date

MvcCore form extension with input field types date, datetime, time, week and month.
PHP
1
star
36

ext-view-helper-linebreaks

View helper ext. to process visible text content for non-line breaking spaces by configured rules.
PHP
1
star
37

ext-view-helper-all

All MvcCore view helpers in one package.
1
star
38

example-console

MvcCore console application example
PHP
1
star
39

app-xmldocs

Multi language app with infinite controllers and views tree structure, no database, all data in XML, everything packed.
HTML
1
star
40

example-helloworld

Basic MvcCore hello world application.
PHP
1
star
41

example-helloworld-portable

Basic MvcCore Hello world application packaging demonstration.
PHP
1
star
42

ext-view-helper-formatdate

Format given date by configured format mask and by (automaticly) configured system locale settings.
PHP
1
star
43

ext-router-media

MvcCore Router extension to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering, optionally contained in URL address in the beginning.
PHP
1
star
44

ext-view-helper-formatmoney

Format money by `Intl` extension or by locale formating conventions or by explicit or default arguments.
PHP
1
star
45

example-file-manager

Single PHP file manager and editor. this project is in progress!
JavaScript
1
star
46

ext-debug-tracy-routing

Extension for \MvcCore\Ext\Debug\Tracy extension to render configured routes and currently matched route.
PHP
1
star
47

ext-router-module-localization

MvcCore Router extension to manage multiple websites in a single project and to manage website localizations (language or language and locale), optionaly contained in a domain or in URL address in the beginning.
PHP
1
star
48

ext-tool-image

MvcCore Extension - Tool - Image - object oriented image processing tool supporting many popular web images operations.
PHP
1
star
49

ext-form-field-file

MvcCore form extension with input type file and file upload validation.
PHP
1
star
50

project-basic-portable

MvcCore basic website project, designed for full portable build/pack.
PHP
1
star
51

ext-debug-tracy-auth

Ext for \MvcCore\Ext\Debug\Tracy to render currently authenticated user from \MvcCore\Ext\Auth::GetInstance()->GetUser();
PHP
1
star
52

ext-router-module

MvcCore Router extension to manage multiple websites in a single project, defined by domain routes, targeted by module property in URL completing.
PHP
1
star
53

example-translator

MvcCore example with rewrite routes and ajax requests to translate english into piglatin.
PHP
1
star
54

ext-view-helper-writebyjs

Prevent content against spam bots and convert content into JS `<script>document.write(String.fromCharCode(...));</script>`.
PHP
1
star
55

ext-router-localization

MvcCore Router extension to manage website localizations (language or language and locale). For any HTTP method, multi or single language (or lang. with locale) patterns and reverses, URL addresses like `/en/path` or `/en-US/path`, very configurable.
PHP
1
star
56

ext-router-media-localization

MvcCore Router extension to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering and to manage website localizations (language or language and locale), optionaly contained in url address in the beinning.
PHP
1
star
57

ext-router-extended

Extension with additional properties, setters and getters required by extended router implementations - localized router and media site version router.
PHP
1
star
58

ext-view-helper-truncate

Truncate plain text or text with html tags by given max. characters number and add three dots at the end.
PHP
1
star
59

docs

Documentation for MvcCore framework and all it's extensions.
1
star