<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shaun Bebbington</title>
    <description>The latest articles on DEV Community by Shaun Bebbington (@sbebbers).</description>
    <link>https://dev.to/sbebbers</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F77974%2F9c1f835f-8a0d-4609-b42d-f1f5cde96bcb.jpeg</url>
      <title>DEV Community: Shaun Bebbington</title>
      <link>https://dev.to/sbebbers</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sbebbers"/>
    <language>en</language>
    <item>
      <title>Making my framework a Composer framework</title>
      <dc:creator>Shaun Bebbington</dc:creator>
      <pubDate>Tue, 12 Jun 2018 09:22:55 +0000</pubDate>
      <link>https://dev.to/sbebbers/making-my-framework-a-composer-framework-4di4</link>
      <guid>https://dev.to/sbebbers/making-my-framework-a-composer-framework-4di4</guid>
      <description>&lt;p&gt;Over the past two years or so, I've been developing a PHP 7 framework, firstly as a teaching tool and then used for commercial projects. A colleague of mine told me that I could add it to Composer, which I hardly ever use because I find where I have worked on projects that use Composer, those projects have tended to have Composer packages installed that are not used anywhere. It has also made them bloated and more heavy-weight that they ought to be. Many of those Composer packages I could easily build myself fairly easily, and in doing so I have control of the source and quality of the scripts. And finally I learn more by working things out for myself.&lt;/p&gt;

&lt;p&gt;Anyway, aside from this, Composer would give my framework more exposure. So how do I go about adding it to Composer?&lt;/p&gt;

&lt;p&gt;My framework is currently available at &lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://github.com/sbebbers/FrameWork.php/releases"&gt;https://github.com/sbebbers/FrameWork.php/releases&lt;/a&gt;
&lt;/h4&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i3JOwpme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/sbebbers"&gt;
        sbebbers
      &lt;/a&gt; / &lt;a href="https://github.com/sbebbers/FrameWork.php"&gt;
        FrameWork.php
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A simple OO PHP Framework built as a learning tool but stable enough to be used on a live product.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
FrameWork.php&lt;/h1&gt;
&lt;h3&gt;
Developed by Shaun Bebbington and Linden Bryon&lt;/h3&gt;
&lt;h4&gt;
Special thanks to Aaron Zvimba for his help, advice and support&lt;/h4&gt;
&lt;p&gt;FrameWork.php started out life as a simple and quite messy OO MVC framework in order to mentor a junior PHP developer whilst I was working at Rushcliff Ltd in Burton-Upon-Trent, Staffordshire. The idea was to link a controller to each page, and have a model per controller, so that the controller class would act as a middle-man between the front-end view and the database as necessary.&lt;/p&gt;
&lt;p&gt;I also thought it necessary to allow numerous file extensions on the page uri alias, so for instance, in the skeleton provided, one might use any of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://framework.local/home" rel="nofollow"&gt;http://framework.local/home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://framework.local/home.php" rel="nofollow"&gt;http://framework.local/home.php&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://framework.local/home.aspx" rel="nofollow"&gt;http://framework.local/home.aspx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://framework.local/home.htm" rel="nofollow"&gt;http://framework.local/home.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://framework.local/home.html" rel="nofollow"&gt;http://framework.local/home.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The idea was to obscure that it was a PHP framework, and to send the page URLs with the .aspx file extension to our pen testers. I don't know if this…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/sbebbers/FrameWork.php"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Many thanks in advance.&lt;/p&gt;

</description>
      <category>composer</category>
      <category>php</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
