You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+8-8
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,21 @@
8
8
9
9
<!-- Primary Meta Tags -->
10
10
<title>StagPHP Documentation and Guides</title>
11
-
<metaname="title" content="StagPHP Documents and Guides">
12
-
<metaname="description" content="Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.">
11
+
<metaname="title" content="StagPHP Documentation and Guides">
12
+
<metaname="description" content="Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.">
<metaproperty="og:title" content="StagPHP Documents and Guides">
18
-
<metaproperty="og:description" content="Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.">
17
+
<metaproperty="og:title" content="StagPHP Documentation and Guides">
18
+
<metaproperty="og:description" content="Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.">
<metaproperty="twitter:title" content="StagPHP Documents and Guides">
25
-
<metaproperty="twitter:description" content="Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.">
24
+
<metaproperty="twitter:title" content="StagPHP Documentation and Guides">
25
+
<metaproperty="twitter:description" content="Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.">
<h2><strong>StagPHP</strong> Documents And Guides</h2>
224
-
<p>Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.</p>
224
+
<p>Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.</p>
<p>Open Source, Lightweight, Extensible, High Performance, and Secure</p>
253
253
</div>
254
-
<pclass="mb-3 big-first-letter text-justify">The <strong>StagPHP</strong> is Open Source, High Performance, and Secure PHP Framework for Modern Web Applications. It has a variety of practical usage such as Web Apps, REST APIs, eCommerce, Banking Apps, User Management Portals, CMS, CRM, Realtime Communication Apps over Websocket, etc. It is compatible with almost all web server that can run PHP, my SQL, and Apache. It follows the popular MVC (Model View Controller) Architecture. It has a modular structure. Just install StagONS as a controller module to extend the core functionality of StagPHP.</p>
254
+
<pclass="mb-3 big-first-letter">The <strong>StagPHP</strong> is Open Source, High Performance, and Secure PHP Framework for Modern Web Applications. It has a variety of practical usage such as Web Apps, REST APIs, eCommerce, Banking Apps, User Management Portals, CMS, CRM, Realtime Communication Apps over Websocket, etc. It is compatible with almost all web server that can run PHP, my SQL, and Apache. It follows the popular MVC (Model View Controller) Architecture. It has a modular structure. Just install StagONS as a controller module to extend the core functionality of StagPHP.</p>
<p>Ever wondered? What makes the StagPHP so special!</p>
308
308
</div>
309
309
<divclass="row">
310
-
<divclass="col-4 pb-5">
310
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
311
311
<h4class="mb-3">Lite on Resource</h4>
312
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
312
+
<p>StagPHP only loads essential controllers required to process request initially. Then it loads the controllers defined in your application to complete request processing.</p>
313
313
</div>
314
-
<divclass="col-4 pb-5">
314
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
315
315
<h4class="mb-3">Extendable using StagONS</h4>
316
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
316
+
<p>StagPHP has selective built-in controllers such as core components and core libraries. You can add additional controllers using StagONS to extend the core functionalities of the StagPHP.</p>
317
317
</div>
318
-
<divclass="col-4 pb-5">
318
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
319
319
<h4class="mb-3">Smart Request Cycle</h4>
320
-
<p>StagPHP proccess every request by following the logic defined by the developer. Unterminated requests are cleared by the garbage collectors to free memory on next request.</p>
320
+
<p>StagPHP captures, filters, validates, and route every request. Then the request passed to your application for processing. After that, it frees up the memory, and this cycle repeats parallelly.</p>
321
321
</div>
322
-
</div>
323
-
<divclass="row">
324
-
<divclass="col-4 pb-5">
322
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
325
323
<h4class="mb-3">Automatic Updates</h4>
326
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
324
+
<p>StagPHP has built-in controllers to update its core files and StagONS. This makes it more secure and up to date. You can also enable auto-update for your App if it is deployed in GitHub.</p>
<pclass="text-white">StagPHP comes built-in with few libraries to ease your work. But, we all know, that might not be just enough. So we have StagONS. It is just like external library packages, similar to plugins. StagONS extends the functionality of StagPHP framework.</p>
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
354
+
<p>StagPHP comes with Stag Template Engine. With it, you can create and include reusable template parts inside the view instance and load it dynamically.</p>
357
355
</div>
358
-
<divclass="col-4">
356
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
359
357
<h4class="mb-3">Stag Form Automation</h4>
360
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
358
+
<p>Forms are the most used and venerable part of any web application. With StagPHP, you can easily control and automate how these forms behave, validate, and stores the data.</p>
361
359
</div>
362
-
<divclass="col-4">
360
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
363
361
<h4class="mb-3">Stag Upload Manager</h4>
364
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
362
+
<p>StagPHP upload manager is the part StagPHP Framework. To use it, you have to include it in your application. It handles file uploads securely and effectively.</p>
365
363
</div>
366
-
</div>
367
-
<divclass="row pb-5">
368
-
<divclass="col-4">
364
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
369
365
<h4class="mb-3">Stag File Manager</h4>
370
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
366
+
<p>StagPHP File Manager is the part StagPHP Framework. To use it, you have to include it in your application. It handles file management securely and effectively.</p>
371
367
</div>
372
-
<divclass="col-4">
368
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
373
369
<h4>Stag Database controller</h4>
374
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
370
+
<p>StagPHP Database controller is the part StagPHP Framework. To use it, you have to include it in your application. It handles database management securely and effectively.</p>
375
371
</div>
376
-
<divclass="col-4">
372
+
<divclass="col-lg-4 col-md-6 col-12 pb-5">
377
373
<h4class="mb-3">Stag JDB</h4>
378
-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
374
+
<p>Stag JDB is the part StagPHP Framework. It is a non-relational JSON Database. To use it, you have to include it in your application. It works without any additional configurations.</p>
<pclass="text-white">StagPHP updates frequently. Lots of commits happening locally, but few make its way to the final stage. Those updates are really special of all. And most of all the final builds. Which happens to be the collection of these updates, tested and ready for distribution are the rarest. So keep checking them regularly. If don't want to miss them, simply join our discord server. Thank you.</p>
<p>StagPHP has a builtin powerful dashboard (<strong>Backend</strong>) to control the application (<strong>Frontend</strong>) built on it and its core features. While installing, a superuser can create an account and log in to backend using the custom URL Path (<strong>SLug</strong>) defined by the admin. Backend is tuned for security, just install trusted StagONS to be secured. And obviously, don't share your login username and password with anyone.</p>
<pclass="text-white">You are invited to join our Discord channel. This is our official community discussion platform. If you seek support or stuck somewhere in the middle of development, or you want to add your awsome concept into StagPHP. Well, this is a good place for you to be in.</p>
0 commit comments